Edit Task: SetTaskResourceCost
Format
SCHED / EditTask '<TaskName>' SetTaskResourceCost '<ResourceName>' <Cost> <CostRate> <SetupApplies> <BreakdownApplies>
Description
The SetTaskResourceCost attribute under EditTask defines the resource cost for the specified resource for all the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text in single quotes of the resource that is being defined within the command. |
Cost | A positive double value representing the cost of the resource. |
CostRate | Options are PerAssignment or PerSecond. |
SetupApplies | A Boolean value. |
BreakdownApplies | A Boolean value. |
Examples
Set all cost settings for all possibilities containing ResA in TaskA.
SCHED / EditTask 'TaskA' SetTaskResourceCost 'ResA' 2 PerAssignment True False